const regexp/syntax.maxHeight

3 uses

	regexp/syntax (current package)
		parse.go#L93: const maxHeight = 1000
		parse.go#L260: 	if p.numRegexp < maxHeight {
		parse.go#L269: 	if p.calcHeight(re, true) > maxHeight {